dvb_desc_event_short
extern (C)
struct dvb_desc_event_short {
}
Members
- language
ubyte[4] language;
Undocumented in source.
- length
ubyte length;
Undocumented in source.
- name
char* name;
Undocumented in source.
- name_emph
char* name_emph;
Undocumented in source.
- next
dvb_desc* next;
Undocumented in source.
- text
char* text;
Undocumented in source.
- text_emph
char* text_emph;
Undocumented in source.
- type
ubyte type;
Undocumented in source.
@struct dvb_desc_event_short @ingroup descriptors @brief Structure containing the short event descriptor
@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param language ISO 639 language code @param name event name string @param name_emph event name emphasis string @param text event text string @param text_emph event text emphasis string
@details The emphasis text is the one that uses asterisks. For example, in the text: "the quick *fox* jumps over the lazy table" the emphasis would be "fox".